The legacy apis return a value of None on success, which was being converted to a...
authorjfehlig@jfehlig2.provo.novell.com <jfehlig@jfehlig2.provo.novell.com>
Fri, 17 Nov 2006 23:21:14 +0000 (16:21 -0700)
committerjfehlig@jfehlig2.provo.novell.com <jfehlig@jfehlig2.provo.novell.com>
Fri, 17 Nov 2006 23:21:14 +0000 (16:21 -0700)
commit3206f975b84a98ff4bd8a044cf9d1e54310e299e
treecd37d400991737e361de6c90122c56c66e76b64c
parent7b0a6bf9f416fb5f5af5c8bcf2535913398149ea
The legacy apis return a value of None on success, which was being converted to a value of 'nil' in the xmlrpc response.
The Xen IPI spec states that destroy, hard_shutdown, pause, resume, start, suspend, and unpause return void.  This patch makes it so and permits proper parsing of the response by clients (libxen) that follow the spec.

Signed-off-by: Jim Fehlig <jfehlig@novell.com>
tools/python/xen/xend/XendAPI.py